home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeImp.cab / PsdImaging.dll / XML / DENOISERAUTOEFFECT.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-15  |  5.7 KB  |  147 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="Denoiser auto effect">
  3.   <description>
  4.     Noise reduction effect with auto analysis capability.
  5.   </description>
  6.  
  7.   <scale type="power2"/>
  8.  
  9.   <property name="NoiseLevelLuminance" type="float" default="1" label="Noise Level (Luminance)">
  10.     <range min="0.0" max="4.0"/>
  11.     <comments>
  12.       Modulates the noise amount used to calculate denoising statistics.
  13.       A value of 1 means that the denoiser takes the estimated noise level exactly with no modification.
  14.       This property is for the Luminance noise level.
  15.     </comments>
  16.   </property>
  17.  
  18.   <property name="NoiseLevelChrominance" type="float" default="1" label="Noise Level (Chrominance)">
  19.     <range min="0.0" max="4.0"/>
  20.     <comments>
  21.       Same than NoiseLevelLuminance but for Chrominance noise.
  22.     </comments>
  23.   </property>
  24.  
  25.   <property name="CoarseNoiseLevelLuminance" type="float" default="1" label="Coarse Noise Level (Luminance)">
  26.     <range min="0.0" max="4.0"/>
  27.     <comments>
  28.       Modulates the coarse noise correction amount used to calculate denoising statistics.
  29.       A value of 1 means that the denoiser takes the estimated noise level exactly with no modification.
  30.       This property is for the Luminance noise level.
  31.     </comments>
  32.   </property>
  33.  
  34.   <property name="CoarseNoiseLevelChrominance" type="float" default="1" label="Coarse Noise Level (Chrominance)">
  35.     <range min="0.0" max="4.0"/>
  36.     <comments>
  37.       Same than CoarseNoiseLevelLuminance but for Chrominance.
  38.     </comments>
  39.   </property>
  40.  
  41.   <property name="DenoiserQuality" type="int" default="0" label="Quality">
  42.     <choice>Normal</choice>
  43.     <choice>Fast</choice>
  44.     <choice>High</choice>
  45.   </property>
  46.  
  47.   <property name="CalculateEstimatorModel" private="1" type="bool" default="false" label="CalculateEstimatorModel">
  48.     <comments>
  49.       Forces DenoiserRenderEffect to recalculate the estimator model when set from false to true
  50.     </comments>
  51.   </property>
  52.  
  53.   <property name="_AutoFix" type="button" label="Auto Fix">
  54.     <comment>
  55.       This generic auto property will run the noise reduction analysis for the whole image.
  56.     </comment>
  57.   </property>
  58.  
  59.   <property name="NoiseWaveletModel0" type="custom" private="1">
  60.     <comments>
  61.       Pointer to noise model for channel 0
  62.     </comments>
  63.   </property>
  64.   <property name="NoiseWaveletModel1" type="custom" private="1">
  65.     <comments>
  66.       Pointer to noise model for channel 1
  67.     </comments>
  68.   </property>
  69.   <property name="NoiseWaveletModel2" type="custom" private="1">
  70.     <comments>
  71.       Pointer to noise model for channel 2
  72.     </comments>
  73.   </property>
  74.  
  75.   <property name="SignalStatistics0" type="custom" private="1">
  76.     <comments>
  77.       Pointer to signal statistics for channel 0
  78.     </comments>
  79.   </property>
  80.   <property name="SignalStatistics1" type="custom" private="1">
  81.     <comments>
  82.       Pointer to signal statistics for channel 1
  83.     </comments>
  84.   </property>
  85.   <property name="SignalStatistics2" type="custom" private="1">
  86.     <comments>
  87.       Pointer to signal statistics for channel 2
  88.     </comments>
  89.   </property>
  90.  
  91.   <property name="UseLocalBandNeighborhoodLuminance" type="bool" default="true" label="UseLocalBandNeighborhoodLuminance">
  92.     <comments>
  93.       Specifies if the denoiser multivariate model should take into account the local neighborhood in the wavelet subband under consideration.
  94.     </comments>
  95.   </property>
  96.   <property name="UseLocalBandNeighborhoodChrominance" type="bool" default="true" label="UseLocalBandNeighborhoodChrominance">
  97.     <comments>
  98.       Same than UseLocalBandNeighborhoodLuminance but for chrominance denoising.
  99.     </comments>
  100.   </property>
  101.  
  102.   <property name="UseParentBandNeighborhoodMaxLevelLuminance" type="int" default="2" label="UseParentBandNeighborhoodMaxLevelLuminance">
  103.     <range min="0" max="3"/>
  104.     <comments>
  105.       Specifies the maximum level up to which the denoiser multivariate model should take into account the wavelet parent coefficient in the subband under consideration.
  106.     </comments>
  107.   </property>
  108.   <property name="UseParentBandNeighborhoodMaxLevelChrominance" type="int" default="2" label="UseParentBandNeighborhoodMaxLevelChrominance">
  109.     <range min="0" max="3"/>
  110.     <comments>
  111.       Same than UseParentBandNeighborhoodMaxLevelLuminance but for chrominance denoising.
  112.     </comments>
  113.   </property>
  114.  
  115.   <property name="EstimatorSubbandLevelCountLuminance" type="int" default="4" label="EstimatorSubbandLevelCountLuminance">
  116.     <range min="0" max="4"/>
  117.     <comments>
  118.       Specifies the maximum level up to which the denoiser may use the fast estimator model.
  119.     </comments>
  120.   </property>
  121.   <property name="EstimatorSubbandLevelCountChrominance" type="int" default="4" label="EstimatorSubbandLevelCountChrominance">
  122.     <range min="0" max="4"/>
  123.     <comments>
  124.       Same than EstimatorSubbandLevelCountLuminance but for chrominance denoising.
  125.     </comments>
  126.   </property>
  127.  
  128.   <property name="NoiseReductionAmountLuminance" type="float" default="1" label="Noise Reduction Amount (Luminance)">
  129.     <range min="0.0" max="2.0"/>
  130.     <comments>
  131.       Specifies the amount of noise reduction to apply.
  132.       This works exactly like a blend between the original image and the denoised image.
  133.       A value of 1 means that the effect outputs 100% of the denoised image and 0% of the original image.
  134.       This property is for the Luminance correction.
  135.     </comments>
  136.   </property>
  137.  
  138.   <property name="NoiseReductionAmountChrominance" type="float" default="1" label="Noise Reduction Amount (Chrominance)">
  139.     <range min="0.0" max="2.0"/>
  140.     <comments>
  141.       Same than NoiseReductionAmountLuminance but for Chrominance.
  142.     </comments>
  143.   </property>
  144.  
  145.   <input index="0"/>
  146. </effect>
  147.